GNU Emacs is the extensible self-documenting text editor.
This package contains a version of Emacs with a Lucid user interface.
+Package: emacs24-lucid-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: emacs24-lucid-dbg (= ${binary:Version}), ${misc:Depends}
+Description: Debugging symbols for emacs24-lucid
+ GNU Emacs is the extensible self-documenting text editor. This
+ package contains the debugging symbols for the version of Emacs with
+ a Lucid user interface.
+
Package: emacs24-nox
Architecture: any
Depends: emacs24-bin-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
GNU Emacs is the extensible self-documenting text editor.
This package contains a version of Emacs compiled without support for X.
+Package: emacs24-nox-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: emacs24-nox-dbg (= ${binary:Version}), ${misc:Depends}
+Description: Debugging symbols for emacs24-nox
+ GNU Emacs is the extensible self-documenting text editor. This
+ package contains the debugging symbols for a version of Emacs
+ compiled without support for X.
+
Package: emacs24
Architecture: any
Depends: emacs24-bin-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
GNU Emacs is the extensible self-documenting text editor.
This package contains a version of Emacs with a GTK+ user interface.
+Package: emacs24-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: emacs24-dbg (= ${binary:Version}), ${misc:Depends}
+Description: Debugging symbols for emacs24
+ GNU Emacs is the extensible self-documenting text editor. This
+ package contains the debugging symbols for a version of Emacs with a
+ GTK+ user interface.
+
Package: emacs24-bin-common
Architecture: any
Depends: emacs24-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
GNU Emacs is the extensible self-documenting text editor.
This package contains a version of Emacs with a Lucid user interface.
+Package: @DEB_FLAVOR@-lucid-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: @DEB_FLAVOR@-lucid-dbg (= ${binary:Version}), ${misc:Depends}
+Description: Debugging symbols for @DEB_FLAVOR@-lucid
+ GNU Emacs is the extensible self-documenting text editor. This
+ package contains the debugging symbols for the version of Emacs with
+ a Lucid user interface.
+
Package: @DEB_FLAVOR@-nox
Architecture: any
Depends: @DEB_FLAVOR@-bin-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
GNU Emacs is the extensible self-documenting text editor.
This package contains a version of Emacs compiled without support for X.
+Package: @DEB_FLAVOR@-nox-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: @DEB_FLAVOR@-nox-dbg (= ${binary:Version}), ${misc:Depends}
+Description: Debugging symbols for @DEB_FLAVOR@-nox
+ GNU Emacs is the extensible self-documenting text editor. This
+ package contains the debugging symbols for a version of Emacs
+ compiled without support for X.
+
Package: @DEB_FLAVOR@
Architecture: any
Depends: @DEB_FLAVOR@-bin-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
GNU Emacs is the extensible self-documenting text editor.
This package contains a version of Emacs with a GTK+ user interface.
+Package: @DEB_FLAVOR@-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: @DEB_FLAVOR@-dbg (= ${binary:Version}), ${misc:Depends}
+Description: Debugging symbols for @DEB_FLAVOR@
+ GNU Emacs is the extensible self-documenting text editor. This
+ package contains the debugging symbols for a version of Emacs with a
+ GTK+ user interface.
+
Package: @DEB_FLAVOR@-bin-common
Architecture: any
Depends: @DEB_FLAVOR@-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
rm -rf $(install_dir_nox)
rm -rf $(install_dir_lucid)
+.PHONY: override_dh_strip
+override_dh_strip:
+ dh_strip -p$(flavor) --dbg-package=$(flavor)-dbg
+ dh_strip -p$(flavor)-lucid --dbg-package=$(flavor)-lucid-dbg
+ dh_strip -p$(flavor)-nox --dbg-package=$(flavor)-nox-dbg
+ dh_strip
+
override_dh_testdir:
$(testdir)